-
-
Notifications
You must be signed in to change notification settings - Fork 17
Update to .Net 10.0 #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update to .Net 10.0 #384
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #384 +/- ##
=======================================
Coverage 72.81% 72.81%
=======================================
Files 424 424
Lines 36213 36209 -4
Branches 4996 4996
=======================================
- Hits 26368 26367 -1
+ Misses 8744 8740 -4
- Partials 1101 1102 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ddaspit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
@ddaspit reviewed 176 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Enkidu93).
Part of sillsdev/serval#824
I also updated the dependencies. Most of the code changes come from either the CSharpier update, or the update to NUnit, which removed the old Assert syntax (technically moved it to
ClassicAssert, but I figured I might as well update all of the tests to use the new syntax - I did this via Regex).Each of the changes are split into a different commit, so if you don't want any of them to go ahead, I can drop these from the PR easily.
This change is